Scheduler for WinRT
AddRange Method (BaseCollection<T>)


Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.
Overload List
OverloadDescription
AddRange(T[])Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.  
AddRange(Object[])Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseCollection<T> Class
BaseCollection<T> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.